home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef _INITMAC_
- #define _INITMAC_
-
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- #ifndef __TRAPS__
- #include <Traps.h>
- #endif
-
-
- /**\
- |**| ==============================================================================
- |**| PUBLIC FUNCTION PROTOTYPES
- |**| ==============================================================================
- \**/
- short NumToolboxTraps ( void ) ;
- TrapType GetTrapType ( short theTrap ) ;
- Boolean TrapAvailable ( short theTrap ) ;
- Boolean WNEAvailable ( void ) ;
- void CheckQuickDraw ( void ) ;
- void InitToolBox ( short numberOfMasters ) ;
-
- /**\
- |**| ==============================================================================
- |**| PUBLIC GLOBAL EXTERNS
- |**| ==============================================================================
- \**/
- extern Boolean WNE_available ;
- extern Boolean HasGWorlds ;
- extern Boolean HasCQD ;
-
-
- #endif
-